fs.rmdirSync(dir, { recursive: true });
fs.unlink('./node/myText.txt',function(){ fs.rmdir('node'); });